home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import com.extensibility.app.BaseAction;
- import com.extensibility.app.UI;
- import java.awt.event.ActionEvent;
- import javax.swing.SwingUtilities;
-
- class ESCWindow$11 extends BaseAction {
- // $FF: synthetic field
- final ESCWindow this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (ESCWindow.access$7000471(this.this$0, UI.getString("dialog.confirmDelete.message"), UI.getString("delete.protect"))) {
- SwingUtilities.invokeLater(new ESCWindow.12(this));
- }
- }
-
- ESCWindow$11(ESCWindow var1, String var2) {
- super(var2);
- this.this$0 = var1;
- }
- }
-